[INFO] cloning repository https://github.com/Hexagon/hemulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hexagon/hemulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHexagon%2Fhemulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHexagon%2Fhemulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7ddf8a7ea4a6945b742c73a01aeb534d4390d13c
[INFO] checking Hexagon/hemulator/7ddf8a7ea4a6945b742c73a01aeb534d4390d13c against try#901d6c1c62d7c61e05469e996c297476078ee06b for pr-157082
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHexagon%2Fhemulator" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Hexagon/hemulator
[INFO] finished tweaking git repo https://github.com/Hexagon/hemulator
[INFO] tweaked toml for git repo https://github.com/Hexagon/hemulator written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Hexagon/hemulator on toolchain 901d6c1c62d7c61e05469e996c297476078ee06b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Hexagon/hemulator already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2a0272a99310cc2342b1dd5194d8d16e42dd786e08ae8b60e7d72dbc98eef395
[INFO] running `Command { std: "docker" "start" "2a0272a99310cc2342b1dd5194d8d16e42dd786e08ae8b60e7d72dbc98eef395", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2a0272a99310cc2342b1dd5194d8d16e42dd786e08ae8b60e7d72dbc98eef395" "/opt/rustwide/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a0272a99310cc2342b1dd5194d8d16e42dd786e08ae8b60e7d72dbc98eef395", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2a0272a99310cc2342b1dd5194d8d16e42dd786e08ae8b60e7d72dbc98eef395" "/opt/rustwide/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking kurbo v0.13.0
[INFO] [stderr]     Checking linebender_resource_handle v0.1.1
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling wayland-sys v0.31.8
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking glow v0.17.0
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]    Compiling wayland-backend v0.3.12
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling alsa-sys v0.4.0
[INFO] [stderr]     Checking epaint_default_fonts v0.34.1
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]     Checking self_cell v1.2.2
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]     Checking hybrid-array v0.4.10
[INFO] [stderr]     Checking accesskit v0.24.0
[INFO] [stderr]    Compiling sdl2-sys v0.38.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling wayland-client v0.31.12
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling mime_guess2 v2.3.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.8
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.40
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking symphonia-core v0.5.5
[INFO] [stderr]     Checking color v0.3.2
[INFO] [stderr]     Checking font-types v0.11.1
[INFO] [stderr]     Checking peniko v0.6.0
[INFO] [stderr]     Checking fearless_simd v0.3.0
[INFO] [stderr]     Checking read-fonts v0.37.0
[INFO] [stderr]     Checking emath v0.34.1
[INFO] [stderr]     Checking symphonia-metadata v0.5.5
[INFO] [stderr]     Checking ecolor v0.34.1
[INFO] [stderr]     Checking symphonia-utils-xiph v0.5.5
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling cpal v0.17.3
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking libbz2-rs-sys v0.2.2
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking bzip2 v0.6.1
[INFO] [stderr]     Checking lz4_flex v0.13.0
[INFO] [stderr]     Checking emu_core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]     Checking serde-big-array v0.5.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking symphonia-format-riff v0.5.5
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking vello_common v0.0.6
[INFO] [stderr]     Checking symphonia-codec-vorbis v0.5.5
[INFO] [stderr]     Checking symphonia-format-ogg v0.5.5
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking symphonia-bundle-flac v0.5.5
[INFO] [stderr]     Checking symphonia-format-isomp4 v0.5.5
[INFO] [stderr]     Checking symphonia-bundle-mp3 v0.5.5
[INFO] [stderr]     Checking symphonia-codec-aac v0.5.5
[INFO] [stderr]     Checking vello_cpu v0.0.6
[INFO] [stderr]     Checking symphonia-codec-pcm v0.5.5
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking alsa v0.11.0
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]     Checking miniz_oxide v0.9.1
[INFO] [stderr]     Checking is-docker v0.2.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]    Compiling sdl2 v0.38.0
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling rfd v0.17.2
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking unicase v2.9.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling duplicate v2.0.1
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking is-wsl v0.4.0
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking emu_nes v0.1.0 (/opt/rustwide/workdir/crates/systems/nes)
[INFO] [stderr]     Checking digest v0.11.2
[INFO] [stderr]     Checking symphonia v0.5.5
[INFO] [stderr]     Checking rand_distr v0.6.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking wayland-protocols v0.32.10
[INFO] [stderr]     Checking env_filter v1.0.0
[INFO] [stderr]     Checking skrifa v0.40.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking rtrb v0.3.3
[INFO] [stderr]     Checking jiff v0.2.23
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]    Compiling emu_gui v0.1.0 (/opt/rustwide/workdir/crates/frontend/gui)
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking open v5.3.3
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]     Checking rodio v0.22.2
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking emu_gameandwatch v0.1.0 (/opt/rustwide/workdir/crates/systems/gameandwatch)
[INFO] [stderr]     Checking hemu_gba v0.1.0 (/opt/rustwide/workdir/crates/systems/gba)
[INFO] [stderr]     Checking epaint v0.34.1
[INFO] [stderr]     Checking emu_n64 v0.1.0 (/opt/rustwide/workdir/crates/systems/n64)
[INFO] [stderr]     Checking emu_pc v0.1.0 (/opt/rustwide/workdir/crates/systems/pc)
[INFO] [stderr]     Checking emu_atari2600 v0.1.0 (/opt/rustwide/workdir/crates/systems/atari2600)
[INFO] [stderr]     Checking emu_sms v0.1.0 (/opt/rustwide/workdir/crates/systems/sms)
[INFO] [stderr]     Checking emu_ps1 v0.1.0 (/opt/rustwide/workdir/crates/systems/ps1)
[INFO] [stderr]     Checking emu_colecovision v0.1.0 (/opt/rustwide/workdir/crates/systems/colecovision)
[INFO] [stderr]     Checking emu_chip8 v0.1.0 (/opt/rustwide/workdir/crates/systems/chip8)
[INFO] [stderr]     Checking emu_atari5200 v0.1.0 (/opt/rustwide/workdir/crates/systems/atari5200)
[INFO] [stderr]     Checking emu_gb v0.1.0 (/opt/rustwide/workdir/crates/systems/gb)
[INFO] [stderr]     Checking emu_megadrive v0.1.0 (/opt/rustwide/workdir/crates/systems/megadrive)
[INFO] [stderr]     Checking emu_snes v0.1.0 (/opt/rustwide/workdir/crates/systems/snes)
[INFO] [stderr]     Checking egui v0.34.1
[INFO] [stderr]     Checking emu_c64 v0.1.0 (/opt/rustwide/workdir/crates/systems/c64)
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]     Checking emu_sg1000 v0.1.0 (/opt/rustwide/workdir/crates/systems/sg1000)
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking criterion-plot v0.8.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking criterion v0.8.2
[INFO] [stderr]     Checking egui_dock v0.19.1
[INFO] [stderr]     Checking egui_extras v0.34.1
[INFO] [stderr]     Checking egui_glow v0.34.1
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/inspector_tabs.rs:2653:59
[INFO] [stdout]      |
[INFO] [stdout] 2653 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/inspector_tabs.rs:2679:55
[INFO] [stdout]      |
[INFO] [stdout] 2679 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/inspector_tabs.rs:2653:59
[INFO] [stdout]      |
[INFO] [stdout] 2653 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/inspector_tabs.rs:2679:55
[INFO] [stdout]      |
[INFO] [stdout] 2679 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> crates/frontend/gui/src/egui_ui/property_pane.rs:236:37
[INFO] [stdout]     |
[INFO] [stdout] 236 |                         Stroke::new(2.0, Color32::from_rgb(0, 220, 0)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> crates/frontend/gui/src/egui_ui/property_pane.rs:245:37
[INFO] [stdout]     |
[INFO] [stdout] 245 |                         Stroke::new(1.0, Color32::from_rgb(120, 120, 120)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> crates/frontend/gui/src/egui_ui/property_pane.rs:236:37
[INFO] [stdout]     |
[INFO] [stdout] 236 |                         Stroke::new(2.0, Color32::from_rgb(0, 220, 0)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> crates/frontend/gui/src/egui_ui/property_pane.rs:245:37
[INFO] [stdout]     |
[INFO] [stdout] 245 |                         Stroke::new(1.0, Color32::from_rgb(120, 120, 120)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2265:39
[INFO] [stdout]      |
[INFO] [stdout] 2265 |                     egui::Stroke::new(0.5, egui::Color32::from_rgb(60, 60, 60)),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2368:51
[INFO] [stdout]      |
[INFO] [stdout] 2368 | ...                   egui::Stroke::new(1.0, egui::Color32::WHITE),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2265:39
[INFO] [stdout]      |
[INFO] [stdout] 2265 |                     egui::Stroke::new(0.5, egui::Color32::from_rgb(60, 60, 60)),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2368:51
[INFO] [stdout]      |
[INFO] [stdout] 2368 | ...                   egui::Stroke::new(1.0, egui::Color32::WHITE),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2576:35
[INFO] [stdout]      |
[INFO] [stdout] 2576 |                 egui::Stroke::new(1.0, border_color),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2576:35
[INFO] [stdout]      |
[INFO] [stdout] 2576 |                 egui::Stroke::new(1.0, border_color),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2923:35
[INFO] [stdout]      |
[INFO] [stdout] 2923 |                 egui::Stroke::new(1.0, egui::Color32::from_rgb(100, 100, 120)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2974:35
[INFO] [stdout]      |
[INFO] [stdout] 2974 |                 egui::Stroke::new(2.0, egui::Color32::from_rgba_unmultiplied(255, 255, 0, 200)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2923:35
[INFO] [stdout]      |
[INFO] [stdout] 2923 |                 egui::Stroke::new(1.0, egui::Color32::from_rgb(100, 100, 120)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2974:35
[INFO] [stdout]      |
[INFO] [stdout] 2974 |                 egui::Stroke::new(2.0, egui::Color32::from_rgba_unmultiplied(255, 255, 0, 200)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3375:47
[INFO] [stdout]      |
[INFO] [stdout] 3375 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3407:47
[INFO] [stdout]      |
[INFO] [stdout] 3407 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3375:47
[INFO] [stdout]      |
[INFO] [stdout] 3375 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3407:47
[INFO] [stdout]      |
[INFO] [stdout] 3407 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3526:51
[INFO] [stdout]      |
[INFO] [stdout] 3526 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3612:51
[INFO] [stdout]      |
[INFO] [stdout] 3612 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3526:51
[INFO] [stdout]      |
[INFO] [stdout] 3526 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3612:51
[INFO] [stdout]      |
[INFO] [stdout] 3612 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3773:51
[INFO] [stdout]      |
[INFO] [stdout] 3773 | ...                   egui::Stroke::new(0.5, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3773:51
[INFO] [stdout]      |
[INFO] [stdout] 3773 | ...                   egui::Stroke::new(0.5, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4348:31
[INFO] [stdout]      |
[INFO] [stdout] 4348 |             egui::Stroke::new(2.0, egui::Color32::from_rgb(255, 255, 0)),
[INFO] [stdout]      |                               ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4348:31
[INFO] [stdout]      |
[INFO] [stdout] 4348 |             egui::Stroke::new(2.0, egui::Color32::from_rgb(255, 255, 0)),
[INFO] [stdout]      |                               ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4466:39
[INFO] [stdout]      |
[INFO] [stdout] 4466 |                     egui::Stroke::new(0.5, egui::Color32::from_gray(64)),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4537:35
[INFO] [stdout]      |
[INFO] [stdout] 4537 |                 egui::Stroke::new(0.3, egui::Color32::from_rgb(60, 60, 60)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `0.3_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4466:39
[INFO] [stdout]      |
[INFO] [stdout] 4466 |                     egui::Stroke::new(0.5, egui::Color32::from_gray(64)),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4537:35
[INFO] [stdout]      |
[INFO] [stdout] 4537 |                 egui::Stroke::new(0.3, egui::Color32::from_rgb(60, 60, 60)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `0.3_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4612:47
[INFO] [stdout]      |
[INFO] [stdout] 4612 | ...                   egui::Stroke::new(1.0, egui::Color32::WHITE),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4612:47
[INFO] [stdout]      |
[INFO] [stdout] 4612 | ...                   egui::Stroke::new(1.0, egui::Color32::WHITE),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:5047:39
[INFO] [stdout]      |
[INFO] [stdout] 5047 |                     egui::Stroke::new(2.0, egui::Color32::from_rgba_unmultiplied(255, 255, 0, 200)),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:5154:31
[INFO] [stdout]      |
[INFO] [stdout] 5154 |             egui::Stroke::new(1.0, egui::Color32::from_rgb(100, 100, 120)),
[INFO] [stdout]      |                               ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:5047:39
[INFO] [stdout]      |
[INFO] [stdout] 5047 |                     egui::Stroke::new(2.0, egui::Color32::from_rgba_unmultiplied(255, 255, 0, 200)),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:5154:31
[INFO] [stdout]      |
[INFO] [stdout] 5154 |             egui::Stroke::new(1.0, egui::Color32::from_rgb(100, 100, 120)),
[INFO] [stdout]      |                               ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/inspector_tabs.rs:2653:59
[INFO] [stdout]      |
[INFO] [stdout] 2653 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/inspector_tabs.rs:2679:55
[INFO] [stdout]      |
[INFO] [stdout] 2679 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> crates/frontend/gui/src/egui_ui/property_pane.rs:236:37
[INFO] [stdout]     |
[INFO] [stdout] 236 |                         Stroke::new(2.0, Color32::from_rgb(0, 220, 0)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> crates/frontend/gui/src/egui_ui/property_pane.rs:245:37
[INFO] [stdout]     |
[INFO] [stdout] 245 |                         Stroke::new(1.0, Color32::from_rgb(120, 120, 120)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/inspector_tabs.rs:2653:59
[INFO] [stdout]      |
[INFO] [stdout] 2653 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/inspector_tabs.rs:2679:55
[INFO] [stdout]      |
[INFO] [stdout] 2679 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> crates/frontend/gui/src/egui_ui/property_pane.rs:236:37
[INFO] [stdout]     |
[INFO] [stdout] 236 |                         Stroke::new(2.0, Color32::from_rgb(0, 220, 0)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> crates/frontend/gui/src/egui_ui/property_pane.rs:245:37
[INFO] [stdout]     |
[INFO] [stdout] 245 |                         Stroke::new(1.0, Color32::from_rgb(120, 120, 120)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2265:39
[INFO] [stdout]      |
[INFO] [stdout] 2265 |                     egui::Stroke::new(0.5, egui::Color32::from_rgb(60, 60, 60)),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2368:51
[INFO] [stdout]      |
[INFO] [stdout] 2368 | ...                   egui::Stroke::new(1.0, egui::Color32::WHITE),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2576:35
[INFO] [stdout]      |
[INFO] [stdout] 2576 |                 egui::Stroke::new(1.0, border_color),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2923:35
[INFO] [stdout]      |
[INFO] [stdout] 2923 |                 egui::Stroke::new(1.0, egui::Color32::from_rgb(100, 100, 120)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2974:35
[INFO] [stdout]      |
[INFO] [stdout] 2974 |                 egui::Stroke::new(2.0, egui::Color32::from_rgba_unmultiplied(255, 255, 0, 200)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3375:47
[INFO] [stdout]      |
[INFO] [stdout] 3375 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3407:47
[INFO] [stdout]      |
[INFO] [stdout] 3407 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3526:51
[INFO] [stdout]      |
[INFO] [stdout] 3526 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3612:51
[INFO] [stdout]      |
[INFO] [stdout] 3612 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3773:51
[INFO] [stdout]      |
[INFO] [stdout] 3773 | ...                   egui::Stroke::new(0.5, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2265:39
[INFO] [stdout]      |
[INFO] [stdout] 2265 |                     egui::Stroke::new(0.5, egui::Color32::from_rgb(60, 60, 60)),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2368:51
[INFO] [stdout]      |
[INFO] [stdout] 2368 | ...                   egui::Stroke::new(1.0, egui::Color32::WHITE),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4348:31
[INFO] [stdout]      |
[INFO] [stdout] 4348 |             egui::Stroke::new(2.0, egui::Color32::from_rgb(255, 255, 0)),
[INFO] [stdout]      |                               ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4466:39
[INFO] [stdout]      |
[INFO] [stdout] 4466 |                     egui::Stroke::new(0.5, egui::Color32::from_gray(64)),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2576:35
[INFO] [stdout]      |
[INFO] [stdout] 2576 |                 egui::Stroke::new(1.0, border_color),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4537:35
[INFO] [stdout]      |
[INFO] [stdout] 4537 |                 egui::Stroke::new(0.3, egui::Color32::from_rgb(60, 60, 60)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `0.3_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4612:47
[INFO] [stdout]      |
[INFO] [stdout] 4612 | ...                   egui::Stroke::new(1.0, egui::Color32::WHITE),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2923:35
[INFO] [stdout]      |
[INFO] [stdout] 2923 |                 egui::Stroke::new(1.0, egui::Color32::from_rgb(100, 100, 120)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:2974:35
[INFO] [stdout]      |
[INFO] [stdout] 2974 |                 egui::Stroke::new(2.0, egui::Color32::from_rgba_unmultiplied(255, 255, 0, 200)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:5047:39
[INFO] [stdout]      |
[INFO] [stdout] 5047 |                     egui::Stroke::new(2.0, egui::Color32::from_rgba_unmultiplied(255, 255, 0, 200)),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:5154:31
[INFO] [stdout]      |
[INFO] [stdout] 5154 |             egui::Stroke::new(1.0, egui::Color32::from_rgb(100, 100, 120)),
[INFO] [stdout]      |                               ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3375:47
[INFO] [stdout]      |
[INFO] [stdout] 3375 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3407:47
[INFO] [stdout]      |
[INFO] [stdout] 3407 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3526:51
[INFO] [stdout]      |
[INFO] [stdout] 3526 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3612:51
[INFO] [stdout]      |
[INFO] [stdout] 3612 | ...                   egui::Stroke::new(1.0, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:3773:51
[INFO] [stdout]      |
[INFO] [stdout] 3773 | ...                   egui::Stroke::new(0.5, egui::Color32::DARK_GRAY),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4348:31
[INFO] [stdout]      |
[INFO] [stdout] 4348 |             egui::Stroke::new(2.0, egui::Color32::from_rgb(255, 255, 0)),
[INFO] [stdout]      |                               ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4466:39
[INFO] [stdout]      |
[INFO] [stdout] 4466 |                     egui::Stroke::new(0.5, egui::Color32::from_gray(64)),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `0.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4537:35
[INFO] [stdout]      |
[INFO] [stdout] 4537 |                 egui::Stroke::new(0.3, egui::Color32::from_rgb(60, 60, 60)),
[INFO] [stdout]      |                                   ^^^ help: explicitly specify the type as `f32`: `0.3_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:4612:47
[INFO] [stdout]      |
[INFO] [stdout] 4612 | ...                   egui::Stroke::new(1.0, egui::Color32::WHITE),
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:5047:39
[INFO] [stdout]      |
[INFO] [stdout] 5047 |                     egui::Stroke::new(2.0, egui::Color32::from_rgba_unmultiplied(255, 255, 0, 200)),
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/frontend/gui/src/egui_ui/tabs.rs:5154:31
[INFO] [stdout]      |
[INFO] [stdout] 5154 |             egui::Stroke::new(1.0, egui::Color32::from_rgb(100, 100, 120)),
[INFO] [stdout]      |                               ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 5m 05s
[INFO] running `Command { std: "docker" "inspect" "2a0272a99310cc2342b1dd5194d8d16e42dd786e08ae8b60e7d72dbc98eef395", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a0272a99310cc2342b1dd5194d8d16e42dd786e08ae8b60e7d72dbc98eef395", kill_on_drop: false }`
[INFO] [stdout] 2a0272a99310cc2342b1dd5194d8d16e42dd786e08ae8b60e7d72dbc98eef395
